home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-17 | 881 b | 51 lines | [TEXT/MPS ] |
- #include "SysTypes.r"
- #include "Types.r"
-
- include "floaters.rsrc";
-
- resource 'vers' (1, purgeable) {
- VersionBytes,
- verUS,
- VersionString,
- VersionString", © 1993 Apple Computer, Inc."
- };
-
- resource 'SIZE' (-1) {
- reserved,
- acceptSuspendResumeEvents,
- reserved,
- canBackground,
- multiFinderAware,
- backgroundAndForeground,
- dontGetFrontClicks,
- ignoreChildDiedEvents,
- is32BitCompatible,
- isHighLevelEventAware,
- localAndRemoteHLEvents,
- notStationeryAware,
- dontUseTextEditServices,
- reserved,
- reserved,
- reserved,
- PartitionSize * 1024,
- PartitionSize * 1024
- };
-
- type 'FLOT' as 'STR ';
-
- resource 'FLOT' (0) {
- ApplicationName", by Dean Yu. © 1993 Apple Computer, Inc., all rights reserved."
- };
-
- resource 'MENU' (128) {
- 128,
- textMenuProc,
- 0x7FFFFFFD,
- enabled,
- apple,
- {
- "About "ApplicationName"…", noIcon, noKey, noMark, plain,
- "-", noIcon, noKey, noMark, plain
- }
- };
-